home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / quit.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1996-03-18  |  230 b   |  11 lines

  1. on exitFrame
  2.   global soundVar, doneFlag
  3.   soundstopper()
  4.   set doneFlag to 0
  5.   set the timeoutScript to "checkDONEstate"
  6.   set soundVar to random(7)
  7.   set soundVar to "done" & soundVar
  8.   puppetSound(soundVar)
  9.   updateStage()
  10. end
  11.